home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-21 | 551 b | 28 lines | [TEXT/MPS ] |
- // File BoxModel.h
-
- #ifndef _BOXMODEL_
- #define _BOXMODEL_
-
- #include "QD3D.h"
- #include "QD3DSet.h"
- #include "QD3DGroup.h"
- #include "QD3DDrawContext.h"
- #include "QD3DCamera.h"
- #include "QD3DView.h"
- #include "QD3DLight.h"
- #include "QD3DRenderer.h"
- #include "QD3DShader.h"
- #include "QD3DStyle.h"
- #include "QD3DGeometry.h"
- #include "QD3DMath.h"
-
- #include "ValueControls.h"
-
- TQ3GroupObject MakeBox(void);
- void DisposeBoxModel(TQ3GroupObject model);
- VccPtr BoxDataToVCC(TQ3Object theObj);
- void VCCtoBoxData(VccPtr vcc, TQ3BoxData *boxData);
-
-
- #endif
-